home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16846 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: access4.digex.net!not-for-mail
  2. From: ell@access4.digex.net (Ell)
  3. Newsgroups: comp.object,comp.lang.c++,comp.realtime,comp.dcom.telecom.tech,comp.arch.embedded
  4. Subject: Re: Can OO be successful in real-time embedded systems?
  5. Date: 12 Apr 1996 02:49:10 GMT
  6. Organization: The Universe
  7. Message-ID: <4kkgb6$4ld@news4.digex.net>
  8. References: <316BF0C5.1FE1@condat.de> <dibaldDpnpBH.5Et@netcom.com> <RMARTIN.96Apr11114411@rcm.oma.com>
  9. NNTP-Posting-Host: access4.digex.net
  10. X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
  11.  
  12. Robert C. Martin (rmartin@oma.com) wrote:
  13. : dibald@netcom.com (Dave Baldwin) writes:
  14.  
  15. :    Object-dis-oriented programming is (like some others) intended to hide 
  16. :    the hardware from the programmer.  
  17.  
  18. : This is not quite correct.  The intention of OO is not to hide the
  19. : hardware from the programmer.  The intention of OO is to provide tools
  20. : to the programmer whereby he can manipulate the hardware at varying
  21. : levels of abstraction.  
  22.  
  23. This is possible using Structured Analysis Design, and Programming (SADP),
  24. though not generally polymorphically, as with OO.  The intention of
  25. Simula, the historically acknowledged first OOPL, (as I understand it) was
  26. to simulate, or model, a fleet ship distribution network.  And in doing
  27. so, Simula processed information which was useful to the ship fleet
  28. clients, and owners. 
  29.  
  30. Elliott
  31.